home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / LIBS / VB4 / VB4-1.CAB / demo.mdb / ProjectTemplates.json < prev   
Encoding:
JavaScript Object Notation  |  1995-08-15  |  379 b 

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Parent": "Long Integer NOT NULL",
  5.         "Name": "Text (40) NOT NULL",
  6.         "Comment": "Text (255)"
  7.     },
  8.     "data": [
  9.         {
  10.             "ID": 1,
  11.             "Parent": 1,
  12.             "Name": "Public Project Template",
  13.             "Comment": "This Project Template is created automatically in a new Library, and is the default ProjectTemplate."
  14.         },
  15.         {
  16.             "ID": 2,
  17.             "Parent": 1,
  18.             "Name": "New Project Template",
  19.             "Comment": "lkjdsfl;ksajf;lsakjdfasdf"
  20.         }
  21.     ]
  22. }